net/http.readResult.n (field)
6 uses
net/http (current package)
server.go#L637: n int
transfer.go#L211: rres.n, rres.err = body.Read(buf[:])
transfer.go#L212: if rres.n == 1 {
transfer.go#L222: if rres.n == 0 && rres.err == io.EOF {
transfer.go#L226: } else if rres.n == 1 {
transfer.go#L1067: n, err = rres.n, rres.err
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |